use streams for garmin_fit debug messages. (#795)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 15 Dec 2021 23:56:05 +0000 (16:56 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 23:56:05 +0000 (16:56 -0700)
commite756b86da8d6abb14e914879bf34aa56caf1da76
treebb54c165d7d59d7219da47f9392c2634feba69e6
parent541ae21b0b3bfb8f64768108182976e56f0827ff
use streams for garmin_fit debug messages. (#795)

* use streams for garmin_fit debug messages.

This eliminates the Qt 6 warnings related to the change in types
for container sizes and the format specifier.

* retire debug_print()

* make logging debug single arg ctors explicit
CMakeLists.txt
GPSBabel.pro
defs.h
fatal.cc
garmin_fit.cc
src/core/logging.cc [new file with mode: 0644]
src/core/logging.h